home *** CD-ROM | disk | FTP | other *** search
- Path: symiserver2.symantec.com!usenet
- From: bmelendy@symantec.com (Brad Melendy)
- Newsgroups: comp.lang.c++
- Subject: Reading INI files?
- Date: Tue, 12 Mar 1996 18:25:42 GMT
- Organization: Symantec Corp.
- Message-ID: <4i4fv7$1ch@symiserver2.symantec.com>
- NNTP-Posting-Host: 155.64.182.130
- X-Newsreader: Forte Free Agent 1.0.82
-
- Hello All,
- I am researching the best way to read INI files for information to use
- in my app. I am thinking of just useing the fstream class, creating
- an object and geline() but since this is my first time doing this sort
- of thing, I would love to hear from someone who has already done this.
-
- Specifically, I am planning on using the INI file to record requently
- access directory paths which I will read into a ComboBox for quick
- access.
- Thanks in advance for any advice.
-
- ...Brad :)
-
-